home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming All in One
/
3D Game Programming All in One Disc.iso
/
3D2E
/
RESOURCES
/
CH6
/
EMAGA6
/
control
/
client
/
presets.cs
< prev
next >
Wrap
Text File
|
2003-10-24
|
917b
|
29 lines
//============================================================================
// control/client/presets.cs
//
// preset settings module for Emaga control client code
//
// Copyright (c) 2003 by Kenneth C. Finney.
//============================================================================
$pref::Player::Name = "Book Reader";
$pref::Player::defaultFov = 90;
$pref::Player::zoomSpeed = 0;
$pref::shadows = "2";
$pref::Input::LinkMouseSensitivity = 1;
$pref::Input::MouseEnabled = 0;
$pref::Input::JoystickEnabled = 0;
$pref::Input::KeyboardTurnSpeed = 0.1;
$pref::sceneLighting::cacheSize = 20000;
$pref::sceneLighting::cacheLighting = 1;
$pref::Video::displayDevice = "OpenGL";
$pref::Video::allowOpenGL = 1;
$pref::Video::allowD3D = 1;
$pref::Video::preferOpenGL = 1;
$pref::Video::disableVerticalSync = 1;
$pref::Video::monitorNum = 0;
$pref::Video::windowedRes = "800 600";